body{
  font-size: 16px;
  min-height: 100%;
  font-family: "微软雅黑";
  background: #fff;
}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}

/* 去除Chrome等浏览器文本框默认发光边框 */
input:focus, textarea:focus {outline: none;}
a:active,a:focus {outline: none;star:expression(this.onFocus=this.blur());}

em,i{
  font-style: normal;
}

/* 字体设置 */
@media screen and (max-width: 1024px) {
  body {
    font-family: "华文细黑";
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: "华文细黑";
  }
}

input,
select,
textarea {
  font-family: "微软雅黑";
}

@media screen and (max-width: 1024px) {
  input,
  select,
  textarea {
    font-family: "华文细黑";
  }
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
.wrap {
  width: 100%;
  min-height: 736px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .wrap {
    min-height: 667px;
  }
}
@media screen and (max-width: 320px) {
  .wrap {
    min-height:568px;
  }
}

/* 顶部导航开始 */
.header-box{
  position: relative;
  z-index: 100;
}
.header-box .top-box{
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
}
.header-box .top{
  width: 1200px;
  margin: auto;
  overflow: hidden;
  line-height: 1.571em;
  padding: 0.4125em 0;
  position: relative;
}

.header-box .top-left{
  float: left;
  font-size: 0.875em;
  color: #3f3a39;
}
.header-box .top-left .img1{
  float: left;
  margin-right: 1.143em; 
}
.header-box .top-left .name{
  float: left;
}
.header-box .top-left .data{
  float: left;
  margin-left: 1.875em;
}
.header-box .top-left .data span{
  margin-right: 1em;
}
.header-box .top-left .data .on{
  color: #ff2a00;
}


.header-box .top-right{
  float: right;
  font-size: 0.875em;
}
.header-box .top-right .img1{
  float: right;
  margin-left: 1.143em;
}
.header-box .top-right .img1 img{
  margin-top: -2px;
}
.header-box .top-right .yuyan{
  float: right;
  background: url(../images/top-rightimg1.jpg) no-repeat left center;
  font-size: 0.857em;
  font-weight: bold;
  padding-left: 2.333em;
  padding-right: 0.357em;
  border-right: 1px solid #e7e7e7;
  margin-left: 0.333em;
}
.header-box .top-right .yuyan a{
  color: #636363;
}
.header-box .top-right .yuyan a.on{
  color: #ff0000;
}
.header-box .top-right .yuyan a:hover{
   color: #ff0000;
}
.header-box .top-right .you{
  float: right;
  padding-right: 0.786em;
  border-right: 1px solid #e7e7e7;
}
.header-box .top-right .you a{
  color: #3f3a39
}
.header-box .top-right .you a:hover{
  color: #ff0000;
}

.header-box .top .pc-search{
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  background: #f7f7f7;
  padding: 0.4125em 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  overflow: hidden;
}
.header-box .top .pc-search .search-main{
  position: relative;
}
.header-box .top .pc-search .left{
  width: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.header-box .top .pc-search .left img{
  width: 100%;
  margin-top: -2px;
}
.header-box .top .pc-search .txt{
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 5%;
  border: none;
  background: none;
  margin-top: 1px;
  width: 100%;
}
.header-box .top .pc-search .right{
  position: absolute;
  right: 0;
  top: 0;
}
.header-box .top .pc-search .right img{
  margin-top: -2px;
}


.header-box .nav{
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.header-box .nav:after {
    display: block;
    clear: both;
    content: ".";
    height: 0;
    font-size: 0;
}
.header-box .nav .logo{
  float: left;
  padding: 1.125em 0;
}
.header-box .nav .logo img{
    width: 100%;
    max-width: 350px;
    min-width: 216px;
}

.header-box .nav .pc-nav{
  float: right;
  margin-top: 2.85em;
}
.header-box .nav .pc-nav .lv1-box{
  position: relative;
  float: left;
  margin-left: 2em;
  line-height: 2em;
  border-bottom: 2px solid #fff;
}
.header-box .nav .pc-nav .lv1-box:first-child{
  margin-left: 0;
}
.header-box .nav .pc-nav .lv1-box:last-child .lv2-box{
  margin-left: 0;
  left: -122px;
}
.header-box .nav .pc-nav .lv1-box:hover{
  border-bottom: 2px solid #ff6c2f;
}
.header-box .nav .pc-nav .lv1-box.on{
   border-bottom: 2px solid #ff6c2f;
}
.header-box .nav .pc-nav .lv1{
  color: #555555;
  padding: 0 3px;
  display: block;
}

.header-box .nav .pc-nav .lv2-box{
  position: absolute;
  left: -1px;
  top: 34px;
  width: 192px;
  background: url(../images/lv2-boxbg.png);
  padding-left: 26px;
  padding-bottom: 2.25em;
  padding-top: 0.875em;
  display: none;
}
.header-box .nav .pc-nav .lv2-box li{
  line-height: 1;
  padding-left: 0.8125em;
  border-left: 1px solid #ff6c2f;
  margin-top: 1.3125em;
}
.header-box .nav .pc-nav .lv2-box li a{
  color: #555555;
}
.header-box .nav .pc-nav .lv2-box li a:hover{
  color: #ff6c2f;
}

.header-box .nav .nav-btn{
  float: right;
  margin-top: 1.5em;
}
.header-box .nav .nav-btn img{
  width: 1.75em;
  cursor: pointer;
}

.nav-pop{
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #fff;
  z-index: 100;
  overflow-y:scroll;
}
.nav-pop .top{
  overflow: hidden;
  padding: 0 3%;
  line-height: 4.5em;
  background: #f6f4f0;
}
.nav-pop .top .left{
  float: left;
  width: 55%;
}
.nav-pop .top .left img{
  width: 100%;
  max-width: 350px;
  min-width: 216px;
}
.nav-pop .top .right{
  float: right;
}
.nav-pop .top .right img{
  width: 1.5em;
}

.nav-pop .ipad-nav{
  background:#fff;
}
.nav-pop .lv1-box{
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 3%;
}
.nav-pop .lv1-box .lv1{
  color: #000000;
  font-size: 1.25em;
  line-height: 2.5em;
  display: block;
}
.nav-pop .lv1-box .dian{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/dian-bg1.png) no-repeat right 1em center;
  background-size: 0.8125em;
  cursor: pointer; 
}
.nav-pop .lv1-box .dian.quan{
  width: 100%;
}
.nav-pop .lv1-box .dian.on{
  background: url(../images/dian-bg2.png) no-repeat right 1em center;
  background-size: 0.8125em;
}
.nav-pop .lv2-box{
  background: #e0e0e0;
  padding: 0.5625em 8%;
  border-bottom: 1px solid #eaeae9;
  display: none;
}
.nav-pop .lv2-box li{
  font-size: 1em;
  line-height: 2.5em;
}
.nav-pop .lv2-box li a{
  display: block;
  color: #696969;
}

.nav-pop .bottom{
  overflow: hidden;
  background: #e0e0e0;
}
.nav-pop .bottom li{
  width: 33.333%;
  float: left;
  text-align: center;
  color: #3f3a39;
  padding-top: 0.5em;
  padding-bottom: 0.6em;
}
.nav-pop .bottom li a{
  color: #3f3a39;
}
.nav-pop .bottom li a.on{
  color: #ff0000;
}
.nav-pop .bottom li:nth-child(2n){
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.nav-pop .bottom li img{
  width: 35%;
  max-width: 88px;
}
.nav-pop .bottom .name{
  font-size: 1.25em;
  line-height: 1em;
  margin-top: 0.2em;
}

.nav-pop .sou-pop{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  padding: 0 4%;
  padding-top: 40%;
  display: none;
}
.nav-pop .sou-pop .cont{
  border-bottom: 1px solid #999999;
  overflow: hidden;
  line-height: 1.5em;
  padding-bottom: 0.2em;
}
.nav-pop .sou-pop .cont input{
  width: 90%;
  float: left;
  border: none;
  -webkit-appearance: none;
  font-size: 1.125em;
  color: #999999;
}
.nav-pop .sou-pop .cont .btns{
  float: right;
  width: 10%;
  text-align: right;

}
.nav-pop .sou-pop .cont .btns img{
  width: 1.8125em;
}
@media screen and (max-width: 1200px){
  .header-box .top{
    width: 100%;
    padding:4px 3%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header-box .nav{
    width: 100%;
    padding:0 3%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header-box .nav .logo{
    width: 30%;
  }
}
@media screen and (max-width: 768px){
  .header-box .top-box{
    border-bottom: 1px solid #f7f7f7;
  }
  .header-box .top-left{
    font-size: 0.9375em;
  }
  .header-box .nav .logo{
    padding: 1.25em 0;
  }


}


/* 主体 */
.main-box{
  min-height: 400px;
  background: #f6f4f0;
  padding-bottom: 4.6875em;
}

@media screen and (max-width:1200px) {
  .main-box{
    padding-bottom: 3.5625em;
  }
}
/* 底部开始 */
.footer-box{
  background: #e0e0e0;
}

/* 底部导航 */
.footer-box .navs{
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding-top: 2.5625em;
  padding-bottom: 4.5em;
} 
.footer-box .pc-nav{
  float: left;
}
.footer-box .pc-nav li{
  float: left;
  margin-right: 3.3em;
  max-width: 201px;
}
.footer-box .pc-nav dt{
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.444em;
}
.footer-box .pc-nav dt a{
  color: #404040;
}
.footer-box .pc-nav dt a:hover{
  color: #ff6c2f;
}
.footer-box .pc-nav dd{
  font-size: 0.875em;
  line-height: 2.286em;
  color: #696969;
}
.footer-box .pc-nav dd a{
  color: #696969;
}
.footer-box .pc-nav dd a:hover{
  color: #ff6c2f;
}

.footer-box .pc-nav li:last-child dd{
  line-height: 2em;
}

.footer-box .right{
  float: right;
  padding-top: 0.625em;
}
.footer-box .right .img2{
  border: 1px solid #cccccc;
}
.footer-box .right .name{
  text-align: center;
  letter-spacing: 10px;
  color: #222222;
  line-height: 2em;
}


.footer-box .ipad-nav{
  background:#fff;
}
.footer-box .lv1-box{
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 3%;
}
.footer-box .lv1-box .lv1{
  color: #000000;
  font-size: 1.25em;
  line-height: 2.5em;
  display: block;
}
.footer-box .lv1-box .dian{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/dian-bg1.png) no-repeat right 1em center;
  background-size: 0.8125em;
  cursor: pointer; 
}
.footer-box .lv1-box .dian.quan{
  width: 100%;
}
.footer-box .lv1-box .dian.on{
  background: url(../images/dian-bg2.png) no-repeat right 1em center;
  background-size: 0.8125em;
}
.footer-box .lv2-box{
  background: #e0e0e0;
  padding: 0.5625em 8%;
  border-bottom: 1px solid #eaeae9;
  display: none;
}
.footer-box .lv2-box:last-child li{
  line-height: 2em;
}
.footer-box .lv2-box li{
  font-size: 1em;
  line-height: 2.5em;
}
.footer-box .lv2-box li a{
  display: block;
  color: #696969;
}
.footer-box .right dl{
  margin-bottom: 0;
}
.footer-box .right dt{
  color: #404040;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 3em;
}
.footer-box .right dd{
  color: #666666;
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
/* 底部copy */
.footer-copys{
  background: #505050;
}
.footer-copys .footer-copy{
  width: 1200px;
  margin: auto;
  font-size: 0.85em;
  color: #FFFFFF;
  overflow: hidden;
  padding: 0.8em 0;
}
.footer-copys .copy1{
  overflow: hidden;
  line-height: 2em;
}
.footer-copys .copy1 .list1{
  float: left;
  margin-right: 4.5em;
}
.footer-copys .copy1 .list2{
  float: left;
}
.footer-copys .copy1 .name{
  float: left;
}
.footer-copys .copy1 .link{
  float: left;
}
.footer-copys .copy1 .link li{
  float: left;
}
.footer-copys .copy1 .link li a{
  color: #FFFFFF;
  padding: 0 5px;
  border-right: 1px solid #8e8e8e;
}
.footer-copys .copy1 .link li a:hover{
  text-decoration: underline;
}
.footer-copys .copy1 .list1 li:first-child a{
  padding-left: 0;
}
.footer-copys .copy1 .list1 li:last-child a{
  border: none;
}
.footer-copys .copy1 .list2 li:first-child a{
  padding-left: 0;
}
.footer-copys .copy1 .list2 li:last-child a{
  border: none;
}
.footer-copys .copy2{
  overflow: hidden;
  line-height: 2em;
}
.footer-copys .copy2 a{
  color: #FFFFFF;
}
.footer-copys .copy2 a:hover{
  text-decoration: underline;
}
.footer-copys .copy2 .c1{
    float: left;
}
.footer-copys .copy2 .c2{
    float: left;
}
.footer-copys .copy2 .c3{
    float: left;
    margin-left: 4.25em;
}
.footer-copys .copy2 .c3 img{
  margin-right: 5px;
}
.footer-copys .copy2 .c4{
    float: left;
    margin-left: 1.333em;
}
.footer-copys .copy2 .c5{
    float: right;
    display: none;
}

.footer-copys .foot-support {
  float:right;
  line-height:26px;
}
.footer-copys .foot-support a{
  color:#FFFFFF;
}
.footer-copys .foot-support .title{
  float:left;
}
.footer-copys .foot-jszc{
  float: left;
  width: auto;
}
.footer-main .foot-jszc li {
  text-align: left;
  height: 26px;
}
.footer-copys .foot-jszc li a:hover{
  text-decoration: underline;
}

@media screen and (max-width:1200px){
  .footer-box .navs{
    width: 100%;
    padding: 0;
  }
  .footer-box .right{
    width: 100%;
    padding-top: 2.5em;
    padding-bottom: 2em;
    padding: 1em 7.5%;
  }
  .footer-box .right img{
    display: block;
    margin: auto;
  }
  .footer-box .right .name{
    letter-spacing: 0;
  }
  .footer-box .right .img2{
    max-width: 25%;
  }
  .footer-copys .footer-copy{
    width: 100%;
    padding: 1em 3%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 0.9375em;
  }
  .footer-copys .copy2 .c5{
    width: 100%;
    display: block;
  }
  .footer-copys .foot-support{
    display: none;
  }
}
@media screen and (max-width:991px){
  .footer-copys .copy2 .c1{
    width: 100%;
  }
  .footer-copys .copy2 .c2{
    width: 100%;
  }
  .footer-copys .copy2 .c3{
    width: 100%;
    margin-left: 0;
  }
  .footer-copys .copy2 .c4{
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width:768px){
  .footer-copys .footer-copy{
    padding: 1em 3%;
    padding-bottom: 2em;
  }
  .footer-copys .copy1 .list1{
    margin-right: 0;
  }
  .footer-copys .copy1 .link li a{
    padding: 0;
    border: none;
    margin-right: 1em;
  }
  .footer-copys .copy1{
    line-height: 1.5em;
  }
  .footer-copys .copy2{
    line-height: 1.5em;
    margin-top: 0.5em;
  }
  .footer-copys .copy1 .list2{
    margin-top: 0.5em;
  }
  .footer-copys .copy2 .c3{
    margin-top: 0.5em;
  }
  .footer-copys .copy2 .c4{
    margin-top: 0.5em;
  }
  .footer-copys .copy2 .c5{
    margin-top: 0.5em;
  }
}

/* 返回顶部 */
.back-top{
  position: fixed;
  right: 1%;
  bottom: 5em;
  z-index: 10;
  width: 2.5em;
  height: 2.5em;
  display: none;
  cursor: pointer;
  background: url(../images/backtop-img.png) no-repeat;
  background-size: 100%;
}


@media screen and (max-width:1200px){
  .back-top{
    right: 4.167%;
  }
}

/* 引导页 */
.pc-guide{
  width: 1000px;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 446px;
  margin-left: -500px;
  margin-top: -223px;
}
.pc-guide .bg{
  width: 100%;
}

.ph-guide{
  padding: 10% 5% 5% 5%;
}
.ph-guide .bg{
  width: 100%;
}

.cpimg{
  width: 70%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}